Home  |  About  | Last |  Submit  |  Contact
AllQuests.com




Previous Question:  xRDP problem  Desktop EnvironmentsNext Question:  [ubuntu] Polkit Shut down system permission has no effect  Absolute Beginner Talk
Question [ubuntu] SSH Explanation for newbies ( Ubuntu Forums Absolute Beginner Talk )
Updated: 2008-11-23 01:45:07 (6)
[ubuntu] SSH Explanation for newbies

Hello all,

A term I see banded about on here a lot is SSH but all the explanations of what this is and what it does and how to use it seem to be written in a very convoluted manner. So I was wondering if anyone on here could answer these questions in plain English and explain how relevant it is (if at all) to a newbie?

Thanks

Answers: [ubuntu] SSH Explanation for newbies ( Ubuntu Forums Absolute Beginner Talk )
[ubuntu] SSH Explanation for newbies

Don't let it intimidate you. It's really rather simple, than complex. I use it every day between scp (secure copy) and just logging into my server from a terminal with SSH.

Basically, if a system is running OpenSSH-Server (the listening server, for connections), you can SSH into that system from another system at a remote location. (Of course, you must have a username/password on this remote system, to login.)

Secure, means that all of your commands, data, passwords, and entire connection is encrypted in a tunnel to the SSH server which then decrypts it and reads it as raw data. Basically, to SSH to another computer, you would run:
Code:
ssh remoteuser@remotehost
You would then be prompted to enter "remoteuser"'s password, and then you will be given a prompt at that system. From there, you can execute commands just like you were sitting at that system with a terminal open. You can also forward X applications (graphical applications) through your SSH tu 1f40 nnel and have them workable on your monitor. (Notice, it is slow across the internet.)

Dr Small

Dr Small

[ubuntu] SSH Explanation for newbies

SSH is a way to remotely connect to another computer.

Paul41

[ubuntu] SSH Explanation for newbies

Thanks for the response. I was asking more out of curiousity than anything at the moment because if I ever did want to use it (and therefore look into the ins and outs of how to do so properly) most of the information I've found out there would only create more confusion rather than less

Lorelei-

[ubuntu] SSH Explanation for newbies

Here you go!
http://wiki.archlinux.org/index.php/SSH

semitone36

[ubuntu] SSH Explanation for newbies

Unless your using rlogin or telnet it's not an issue.

eolson

[ubuntu] SSH Explanation for newbies

Quote:
Originally Posted by Lorelei-
Hello all,

A term I see banded about on here a lot is SSH but all the explanations of what this is and what it does and how to use it seem to be written in a very convoluted manner. So I was wondering if anyone on here could answer these questions in plain English and explain how relevant it is (if at all) to a newbie?

Thanks
What questions did you have in mind?

handydan918

Previous Question:  xRDP problem  Ubuntu Forums  Desktop EnvironmentsNext Question:  [ubuntu] Polkit Shut down system permission has no effect  Ubuntu Forums  Absolute Beginner Talk

- Source: [ubuntu] SSH Explanation for newbies Ubuntu Forums Absolute Beginner Talk
- Previous Question: xRDP problem Ubuntu Forums Desktop Environments
- Next Question: [ubuntu] Polkit Shut down system permission has no effect Ubuntu Forums Absolute Beginner Talk